home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DLLMIX.PAK / CTOBC.RH < prev    next >
Text File  |  1997-05-06  |  570b  |  19 lines

  1. //----------------------------------------------------------------------------
  2. // Mixing BC++ built 32-bit DLL's with non-BC applications.
  3. // Copyright (c) 1996 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #ifndef CTOBC_RH
  6. #define CTOBC_RH
  7.  
  8. #define IDI_ICON1    1
  9. #define IDB_BITMAP1    1
  10. #define IDD_DIALOG1    1
  11. #define IDC_BTN_UNHANDLED    105
  12. #define IDC_BTN_EXCEPTION    104
  13. #define IDC_BTN_AVERAGE    103
  14. #define IDC_BTN_MULTIPLY    101
  15. #define IDC_BTN_MESSAGE    102
  16.  
  17.  
  18. #endif  // CTOBC_RH
  19.